home *** CD-ROM | disk | FTP | other *** search
- -- background: 2776 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 5 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=17 top=23 right=41 bottom=502
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Title
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=440 top=216 right=237 bottom=464
- -- title width / last selected line: 0
- -- icon id / first selected line: 24317 / 24317
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: back
- ----- HyperTalk script -----
- on mouseUp
- go to stack "Medicine"
- end mouseUp
-
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=454 top=37 right=87 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: sort
- ----- HyperTalk script -----
- on mouseUp
- sort by first word of field "Title"
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=454 top=96 right=146 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 32670 / 32670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: scan
- ----- HyperTalk script -----
- on mouseUp
- show all cards
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=439 top=244 right=262 bottom=469
- -- title width / last selected line: 0
- -- icon id / first selected line: 15420 / 15420
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: prev
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=473 top=244 right=262 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 16560 / 16560
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=454 top=157 right=207 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 3430 / 3430
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: new
- ----- HyperTalk script -----
- on mouseUp
- doMenu New Card
- click at location of field "Title"
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=475 top=216 right=238 bottom=501
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: home
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 18 (field)
- -- low flags: 00
- -- high flags: 0007
- -- rect: left=37 top=52 right=232 bottom=413
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Text
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=284 top=243 right=261 bottom=420
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: table of contents
- ----- HyperTalk script -----
- on mouseUp
- go to card id 3410
- end mouseUp
-
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=50 top=241 right=263 bottom=148
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: hypertext
- ----- HyperTalk script -----
- on mouseUp
- doMenu Copy Text
- put "Montreal Hypertext, Harvey Y Chang MD, 1988 Jan 16"
- push card
- go to Montreal Hypertext Demo
- doMenu Find...
- doMenu Paste Text
- put " in field " & quote & "Title" & quote after message
- do message
- if the result is "not found" then
- answer "not found in Titles: search text?" with "OK" or "No"
- if it is "No" then
- pop card
- exit mouseUp
- else
- doMenu Find...
- doMenu Paste Text
- put " in field " & quote & "Text" & quote after message
- do message
- end if
- end if
- end mouseUp
-
-